home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / fndrais1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-29  |  1KB  |  69 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. echo If you haven't read the installation instructions in the readme.1st
  12. echo.
  13. echo file, press ctrl-break and read those instructions.
  14. echo.
  15. echo.
  16. echo Otherwise, 
  17. pause
  18. cls
  19. echo.
  20. echo.
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo This will install The Fund-Raiser's Assistant in a subdirectory
  28. echo.
  29. echo named "Fundrais" on your hard disk.  If the subdirectory
  30. echo.
  31. echo "Fundrais" doesn't already exists, it will be created.
  32. echo.
  33. echo.
  34. echo.
  35. echo.
  36. echo It will use about 1.7 megabytes of space.
  37. echo.
  38. echo.
  39. echo.
  40. echo.
  41. pause
  42. echo on
  43. cls
  44. md c:\fundrais
  45. erase c:\fundrais\*.exe
  46. cls
  47. erase c:\fundrais\*.lzh
  48. cls
  49. erase c:\fundrais\*.zip
  50. cls
  51. erase c:\fundrais\*.db?
  52. cls
  53. erase c:\fundrais\*.ntx
  54. cls
  55. erase c:\fundrais\*.bat
  56. cls
  57. erase c:\fundrais\*.ovl
  58. cls
  59. md c:\fundrais
  60. cls
  61. copy fndrais1.exe c:\fundrais\fndrais1.exe
  62. copy fndrais2.exe c:\fundrais\fndrais2.exe
  63. copy install2.bat c:\fundrais\install2.bat
  64. echo off
  65. cls
  66. c:\fundrais\install2
  67.  
  68.  
  69.